projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69fadcf
)
Add missing newline in test output
author
Mikkel Kroman
<mk@uplink.io>
Mon, 16 May 2016 19:35:01 +0000
(21:35 +0200)
committer
Mikkel Kroman
<mk@uplink.io>
Mon, 16 May 2016 19:35:01 +0000
(21:35 +0200)
tests/test_cargo_test.rs
patch
|
blob
|
history
diff --git
a/tests/test_cargo_test.rs
b/tests/test_cargo_test.rs
index 782692a364c7c9422c2aa01ac843431ebdd887da..cf6f50e8d45df1c24f0115aa24eaaa04cf2499ca 100644
(file)
--- a/
tests/test_cargo_test.rs
+++ b/
tests/test_cargo_test.rs
@@
-2079,6
+2079,7
@@
running 1 test
test bar_0 ... ok
test result: ok.[..]
+
")));
});